home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / aa_m68k_Only / NXLogo / NXLogoLibrary / quest.lg < prev    next >
Encoding:
Text File  |  1992-07-09  |  145 b   |  7 lines

  1. to quest :question :answer
  2. type :question
  3. if equalp request :answer [print [You're right!] ; stop]
  4. print sentence [No, silly, it's] :answer
  5. end
  6.  
  7.